home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
util
/
arc
/
GNUTar10_2.lha
/
GnuTAR
/
GNUTarSource.LHA
/
source
/
smakefile
< prev
next >
Wrap
Makefile
|
1995-07-23
|
1KB
|
52 lines
SRCS = tar.c create.c extract.c buffer.c getoldopt.c update.c gnu.c \
version.c list.c diffarch.c port.c wildmat.c getopt.c \
getopt1.c sas_amiga.c sas_amiga2.c
OBJS = tar.o create.o extract.o buffer.o getoldopt.o update.o gnu.o \
version.o list.o diffarch.o port.o wildmat.o getopt.o \
getopt1.o sas_amiga.o sas_amiga2.o
GNUTar: $(OBJS)
SLINK LIB:c.o,$(OBJS) TO GNUTar LIB LIB:sc.lib LIB:amiga.lib WITH REDEFINES.WTH
smake -f smakefile030
smake -f smakefile040
Copy GNUTar /
Copy GNUTar030 /
Copy GNUTar040 /
tar.o: tar.c
SC tar.c
create.o: create.c
SC create.c
extract.o: extract.c
SC DEFINE=BSD42 extract.c
buffer.o: buffer.c
SC buffer.c
getoldopt.o: getoldopt.c
SC getoldopt.c
update.o: update.c
SC update.c
gnu.o: gnu.c
SC gnu.c
version.o: version.c
SC version.c
list.o: list.c
SC list.c
diffarch.o: diffarch.c
SC DEFINE=BSD42 diffarch.c
port.o: port.c
SC port.c
wildmat.o: wildmat.c
SC wildmat.c
getopt.o: getopt.c
SC getopt.c
getopt1.o: getopt1.c
SC getopt1.c
sas_amiga.o: sas_amiga.c
SC sas_amiga.c
sas_amiga2.o: sas_amiga2.c
SC sas_amiga2.c